Guard.CheckRange<T>(T[],Integer,Integer) Method
Represents method CheckRange<T>(T[],Integer,Integer)
.
public
class procedure CheckRange<T>(const buffer: array of T; index, count: Integer); overload; static;
Type Parameters
- T
Parameters
- buffer
- Type: array of T
- index
- Type: Integer
- count
- Type: Integer